projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
69df71b
)
(universal-coding-system-argument): Handle digit-argument too.
author
Chong Yidong
<cyd@stupidchicken.com>
Sun, 5 Oct 2008 19:07:03 +0000
(19:07 +0000)
committer
Chong Yidong
<cyd@stupidchicken.com>
Sun, 5 Oct 2008 19:07:03 +0000
(19:07 +0000)
lisp/international/mule-cmds.el
patch
|
blob
|
history
diff --git
a/lisp/international/mule-cmds.el
b/lisp/international/mule-cmds.el
index 72b7e049b889ea8d3a6dcb45cda12efb819741b3..69d4d933d023dfb1472f68cf79d125662977090f 100644
(file)
--- a/
lisp/international/mule-cmds.el
+++ b/
lisp/international/mule-cmds.el
@@
-287,7
+287,7
@@
wrong, use this command again to toggle back to the right mode."
(cmd (key-binding keyseq))
prefix)
- (when (
eq cmd 'universal-argument
)
+ (when (
memq cmd '(universal-argument digit-argument)
)
(call-interactively cmd)
;; Process keys bound in `universal-argument-map'.